-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.4.0 #267
Merged
Merged
Update to 1.4.0 #267
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update issue templates * Update location of version info Signed-off-by: Alan Tse <[email protected]>
* Update issue templates * Update location of version info Signed-off-by: Alan Tse <[email protected]>
…le app media player (#253) * Fix last_called websocket handler to recognize appDeviceList serial numbers * Fix last_called poll to recognize appDeviceList serial numbers
feat(switches): add switches for shuffle, dnd, and repeat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features:
feat(switch): add basic switch support (do not disturb, repeat, shuffle) (resolves #195, resolves #203)
Fixes:
fix(media_player): remove unused MEDIA_PLAYER_SCHEMA (#261) (resolves #259)
fix(media_player): alternative serial numbers not recognized for mobile apps (resolves #249)
fix(guard): catch TypeError exception for regions without Guard (#245) (fixes #243, fixes #248 )
fix(guard): add additional checks for failed guard access (fixes #243, fixes #248 )
fix(guard): add 2s delay for guard state check after voice activity (fixes #256)
fix(guard): schedule HA update after processing voice (fixes #256)
fix(media_player): fix bug where get_last_called called before init
fix(captcha): add captcha to handle OTP selection page (fixes #258)
fix(wshandler): properly handle entryId does not contain #
fix(switch): add unique_id function
Changes:
chore(guard): obfuscate email in debug message
style(configurator): update messaging
chore(alexapy): update to 0.7.1 (fixes #258)